home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
pvm34b3.zip
/
pvm34b3
/
pvm3
/
libfpvm
/
WIN32
/
pvm_consts.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-22
|
451b
|
24 lines
/* $Id: pvm_consts.h,v 1.1 1997/06/27 16:08:59 pvmsrc Exp $ */
#include <sys/types.h>
#include <fcntl.h>
#define MAX_ARCH_NAME 31
#define MAX_EVENT_NAME 31
#define MAX_HOST_NAME 256
#define MAX_PROC_NAME 256
#define MAX_GRP_NAME 31
#define MAX_HOSTS 256
#define MAX_MBOX_NAME 256
#define STRING 0
#define BYTE1 1
#define INTEGER2 2
#define INTEGER4 3
#define REAL4 4
#define COMPLEX8 5
#define REAL8 6
#define COMPLEX16 7